home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / sudo-1.000 / sudo-1 / sudo-1.2 / README.linux < prev    next >
Text File  |  1995-03-09  |  1KB  |  30 lines

  1. Sun Dec  5 15:38:40 PST 1993
  2.  
  3. This is sudo 1.2, ported to linux.  sudo.linux.diffs can be used
  4. to convert this back to original form, by patching with -R.
  5.  
  6. Changes were fairly minimal, and include:
  7. - hacked the Makefiles to be a little cleaner and work better on non-SunOS
  8. - hacked *.lex to do yylineno stuff manually, to support flex/bison
  9.   instead of lex/yacc.
  10. - added #includes for linux-needed files (sys/types.h)
  11. - compiled with support for shadow passwords (enabled by default,
  12.   edit the SHADOW=-DSHADOW_PWD in the base Makefile to disable)
  13. - modified to use a shell script which changes the path to include */sbin
  14.   when run, then calls the sudo binary.  Useful so that non-admin
  15.   users don't have to put /sbin:/usr/sbin:/usr/local/sbin in their
  16.   PATH to use sudo.
  17.  
  18. --Ian McCloghrie
  19. ian@ucsd.edu
  20.  
  21. 95/3/5
  22.  
  23. This is sudo fixed so that it works with shadow password files.
  24. Mirror changes were done by a member of the linux-security mailing list.
  25. He said he didn't want credit for them so I fixed up the source and here it
  26. is. It works for me.
  27.  
  28. robert@aurora.carleton.ca
  29.  
  30.